home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_05
/
9n05040b
< prev
next >
Wrap
Text File
|
1990-11-10
|
187b
|
14 lines
Display *display;
Window window;
GC gc;
int x1, y1;
int x2, y2;
XDrawLine( display,
window,
gc,
x1, y1, /* starting point */
x2, y2 ); /* ending point */